SftTree/NET 2.0

MergeWithNextDefault Property, ColumnClass Class

Softel vdm, Inc.

Defines the CellBaseClass.MergeWithNext property default for cells in this column, whether cells in this column merge with cells in the next column.

Syntax      ColumnClass Class (Softelvdm.SftTreeNET)

VB   

Public Property MergeWithNextDefault As Boolean

C#   

public bool MergeWithNextDefault { get; set; }

C++   

public: property bool MergeWithNextDefault {
        bool get();
        void set(bool value);
}

Property Value

True if cells in this column default to merge with cells in the next column, otherwise False.

The default value is False.

Comments

The MergeWithNextDefault property defines the CellBaseClass.MergeWithNext property default for cells in this column, whether cells in this column merge with cells in the next column.

The default settings for cell merging can be defined using these properties: ColumnClass.MergeWithNextDefault is used for cells in the item area, Headers.MergeWithNextDefault for cells in column headers and Footers.MergeWithNextDefault for cells in column footers.

MergeWithNextDefault and MergeWithLowerDefault should not be set to True at the same time to avoid intersecting merged cells (vertically and horizontally).


Feedback / comments / error reports for this topic
© 2007 - Softel vdm, Inc. - www.softelvdm.com